[INFO] fetching crate runtime-fmt 0.4.1...
[INFO] testing runtime-fmt-0.4.1 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate runtime-fmt 0.4.1 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate runtime-fmt 0.4.1
[INFO] finished tweaking crates.io crate runtime-fmt 0.4.1
[INFO] tweaked toml for crates.io crate runtime-fmt 0.4.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate runtime-fmt 0.4.1 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate runtime-fmt 0.4.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded runtime-fmt-derive v0.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] de336868a4473f7eab9aa1e1a8025a7c49ec2e1d1a3ee35b2e2869673fc64208
[INFO] running `Command { std: "docker" "start" "-a" "de336868a4473f7eab9aa1e1a8025a7c49ec2e1d1a3ee35b2e2869673fc64208", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "de336868a4473f7eab9aa1e1a8025a7c49ec2e1d1a3ee35b2e2869673fc64208", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de336868a4473f7eab9aa1e1a8025a7c49ec2e1d1a3ee35b2e2869673fc64208", kill_on_drop: false }`
[INFO] [stdout] de336868a4473f7eab9aa1e1a8025a7c49ec2e1d1a3ee35b2e2869673fc64208
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ad2cf91344888771e878ec94fa6193caeca736ff9a3a8772fd04d2b3a67b83ca
[INFO] running `Command { std: "docker" "start" "-a" "ad2cf91344888771e878ec94fa6193caeca736ff9a3a8772fd04d2b3a67b83ca", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]    Compiling runtime-fmt v0.4.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `std::fmt::ArgumentV1`
[INFO] [stdout]   --> src/lib.rs:38:33
[INFO] [stdout]    |
[INFO] [stdout] 38 | use std::fmt::{self, Arguments, ArgumentV1};
[INFO] [stdout]    |                                 ^^^^^^^^^^ no `ArgumentV1` in `fmt`
[INFO] [stdout]    |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]    |
[INFO] [stdout] 38 - use std::fmt::{self, Arguments, ArgumentV1};
[INFO] [stdout] 38 + use std::fmt::{self, Arguments, Arguments};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::fmt::rt`
[INFO] [stdout]   --> src/lib.rs:39:15
[INFO] [stdout]    |
[INFO] [stdout] 39 | use std::fmt::rt::v1;
[INFO] [stdout]    |               ^^ could not find `rt` in `fmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ArgumentV1` in `fmt`
[INFO] [stdout]   --> src/erase.rs:54:48
[INFO] [stdout]    |
[INFO] [stdout] 54 |                               Some(f) => Ok(fmt::ArgumentV1::new(self, f)),
[INFO] [stdout]    |                                                  ^^^^^^^^^^ could not find `ArgumentV1` in `fmt`
[INFO] [stdout] ...
[INFO] [stdout] 85 | / traits! {
[INFO] [stdout] 86 | |     "", Display, display;
[INFO] [stdout] 87 | |     "?", Debug, debug;
[INFO] [stdout] 88 | |     "e", LowerExp, lower_exp;
[INFO] [stdout] ...  |
[INFO] [stdout] 94 | |     "X", UpperHex, upper_hex;
[INFO] [stdout] 95 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 54 -                             Some(f) => Ok(fmt::ArgumentV1::new(self, f)),
[INFO] [stdout] 54 +                             Some(f) => Ok(fmt::Arguments::new(self, f)),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ArgumentV1` in module `fmt`
[INFO] [stdout]   --> src/erase.rs:42:77
[INFO] [stdout]    |
[INFO] [stdout] 42 |               fn by_name<'n>(&self, name: &'n str, idx: usize) -> Result<fmt::ArgumentV1, Error<'n>>;
[INFO] [stdout]    |                                                                               ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | / traits! {
[INFO] [stdout] 86 | |     "", Display, display;
[INFO] [stdout] 87 | |     "?", Debug, debug;
[INFO] [stdout] 88 | |     "e", LowerExp, lower_exp;
[INFO] [stdout] ...  |
[INFO] [stdout] 94 | |     "X", UpperHex, upper_hex;
[INFO] [stdout] 95 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/mod.rs:716:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named struct `Arguments` defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 42 -             fn by_name<'n>(&self, name: &'n str, idx: usize) -> Result<fmt::ArgumentV1, Error<'n>>;
[INFO] [stdout] 42 +             fn by_name<'n>(&self, name: &'n str, idx: usize) -> Result<fmt::Arguments, Error<'n>>;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ArgumentV1` in module `fmt`
[INFO] [stdout]   --> src/erase.rs:50:77
[INFO] [stdout]    |
[INFO] [stdout] 50 |               fn by_name<'n>(&self, name: &'n str, idx: usize) -> Result<fmt::ArgumentV1, Error<'n>> {
[INFO] [stdout]    |                                                                               ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | / traits! {
[INFO] [stdout] 86 | |     "", Display, display;
[INFO] [stdout] 87 | |     "?", Debug, debug;
[INFO] [stdout] 88 | |     "e", LowerExp, lower_exp;
[INFO] [stdout] ...  |
[INFO] [stdout] 94 | |     "X", UpperHex, upper_hex;
[INFO] [stdout] 95 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/mod.rs:716:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named struct `Arguments` defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 50 -             fn by_name<'n>(&self, name: &'n str, idx: usize) -> Result<fmt::ArgumentV1, Error<'n>> {
[INFO] [stdout] 50 +             fn by_name<'n>(&self, name: &'n str, idx: usize) -> Result<fmt::Arguments, Error<'n>> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stdout]   --> src/lib.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | #![feature(specialization)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stdout]    = help: consider using `min_specialization` instead, which is more stable and complete
[INFO] [stdout]    = note: `#[warn(incomplete_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `fmt_internals` is internal to the compiler or standard library
[INFO] [stdout]   --> src/lib.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | #![feature(fmt_internals)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using it is strongly discouraged
[INFO] [stdout]    = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `unicode_internals` is internal to the compiler or standard library
[INFO] [stdout]   --> src/lib.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | #![feature(unicode_internals)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using it is strongly discouraged
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `print_internals` is internal to the compiler or standard library
[INFO] [stdout]   --> src/lib.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | #![feature(print_internals)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using it is strongly discouraged
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]   --> src/codegen.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     #[inline]
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]   --> src/codegen.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     #[inline]
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]   --> src/codegen.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     #[inline]
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]   --> src/codegen.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     #[inline]
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]    --> src/codegen.rs:122:5
[INFO] [stdout]     |
[INFO] [stdout] 122 |     #[inline]
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/lib.rs:90:35
[INFO] [stdout]    |
[INFO] [stdout] 90 |             Error::Io(ref e) => e.description(),
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/lib.rs:91:36
[INFO] [stdout]    |
[INFO] [stdout] 91 |             Error::Fmt(ref f) => f.description(),
[INFO] [stdout]    |                                    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `new_v1_formatted` found for struct `Arguments<'a>` in the current scope
[INFO] [stdout]    --> src/lib.rs:200:41
[INFO] [stdout]     |
[INFO] [stdout] 200 |             Some(ref fmt) => Arguments::new_v1_formatted(&pieces, &args, fmt),
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^ function or associated item not found in `Arguments<'_>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Arguments<'_>` consider using one of the following associated functions:
[INFO] [stdout]       Arguments::<'a>::new
[INFO] [stdout]       Arguments::<'a>::from_str_nonconst
[INFO] [stdout]       Arguments::<'a>::from_str
[INFO] [stdout]    --> /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/mod.rs:729:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `new_v1` found for struct `Arguments<'a>` in the current scope
[INFO] [stdout]    --> src/lib.rs:201:32
[INFO] [stdout]     |
[INFO] [stdout] 201 |             None => Arguments::new_v1(&pieces, &args),
[INFO] [stdout]     |                                ^^^^^^ function or associated item not found in `Arguments<'_>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Arguments<'_>` consider using one of the following associated functions:
[INFO] [stdout]       Arguments::<'a>::new
[INFO] [stdout]       Arguments::<'a>::from_str_nonconst
[INFO] [stdout]       Arguments::<'a>::from_str
[INFO] [stdout]    --> /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/mod.rs:729:4
[INFO] [stdout] help: there is an associated function `new` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 201 -             None => Arguments::new_v1(&pieces, &args),
[INFO] [stdout] 201 +             None => Arguments::new(&pieces, &args),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `new_v1_formatted` found for struct `Arguments<'a>` in the current scope
[INFO] [stdout]    --> src/lib.rs:267:41
[INFO] [stdout]     |
[INFO] [stdout] 267 |             Some(ref fmt) => Arguments::new_v1_formatted(&pieces, &self.inner.args, fmt),
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^ function or associated item not found in `Arguments<'_>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Arguments<'_>` consider using one of the following associated functions:
[INFO] [stdout]       Arguments::<'a>::new
[INFO] [stdout]       Arguments::<'a>::from_str_nonconst
[INFO] [stdout]       Arguments::<'a>::from_str
[INFO] [stdout]    --> /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/mod.rs:729:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `new_v1` found for struct `Arguments<'a>` in the current scope
[INFO] [stdout]    --> src/lib.rs:268:32
[INFO] [stdout]     |
[INFO] [stdout] 268 |             None => Arguments::new_v1(&pieces, &self.inner.args),
[INFO] [stdout]     |                                ^^^^^^ function or associated item not found in `Arguments<'_>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Arguments<'_>` consider using one of the following associated functions:
[INFO] [stdout]       Arguments::<'a>::new
[INFO] [stdout]       Arguments::<'a>::from_str_nonconst
[INFO] [stdout]       Arguments::<'a>::from_str
[INFO] [stdout]    --> /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/mod.rs:729:4
[INFO] [stdout] help: there is an associated function `new` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 268 -             None => Arguments::new_v1(&pieces, &self.inner.args),
[INFO] [stdout] 268 +             None => Arguments::new(&pieces, &self.inner.args),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `runtime-fmt` (lib) due to 9 previous errors; 11 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "ad2cf91344888771e878ec94fa6193caeca736ff9a3a8772fd04d2b3a67b83ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad2cf91344888771e878ec94fa6193caeca736ff9a3a8772fd04d2b3a67b83ca", kill_on_drop: false }`
[INFO] [stdout] ad2cf91344888771e878ec94fa6193caeca736ff9a3a8772fd04d2b3a67b83ca
